home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / a6 / a6.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  534 b   |  20 lines

  1. on movieStart movie
  2.   global end
  3.   if the movieRate of sprite 5 <> 0 then
  4.     set the movieRate of sprite 5 to 0
  5.   end if
  6.   if the directToStage of cast movie = 0 then
  7.     set the directToStage of cast movie to 1
  8.   end if
  9.   if the controller of cast movie = 1 then
  10.     set the controller of cast movie to 0
  11.   end if
  12.   if the sound of cast movie <> 1 then
  13.     set the sound of cast movie to 1
  14.   end if
  15.   set end to the duration of cast movie
  16.   if the movieRate of sprite 5 <> 1 then
  17.     set the movieRate of sprite 5 to 1
  18.   end if
  19. end
  20.